home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / SERVU.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.3 KB  |  52 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Service Manager <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Service Properties</title>
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5. <%if reqparam RF "cancel"%>
  6. <%goto end%>
  7. <%endif%>
  8. <%if reqparam RF "help"%>
  9. <%redirecthttp%><%msgbody.helptopic%><%/redirecthttp%>
  10. <%endif%>
  11.  
  12. <%if msgbody.sport EQ 0%>
  13. The port number must be between 1 and 65535 inclusive<p>
  14. <%goto main%>
  15. <%elif msgbody.sport GT 65535%>
  16. The port number must be between 1 and 65535 inclusive<p>
  17. <%goto main%>
  18. <%endif%>
  19.  
  20. <%if msgbody.anonun EQ ""%>
  21. You must specify a user name<p>
  22. <%goto main%>
  23. <%endif%>
  24. <%if servid EQ 1%>
  25. <%!Clear ftpallowanon%>
  26. <%!Clear ftpanononly%>
  27. <%elif servid EQ 4%>
  28. <%!Clear authanon%>
  29. <%!Clear authbasic%>
  30. <%!Clear authnt%>
  31. <%endif%>
  32. <%!Update%>
  33. <%label end%>
  34. <%redirect%>/iisadmin/default.htm<%/redirect%>
  35. <%label error%>
  36. <%if reqstatus EQ 2500%>
  37.  <%if rpcstatus EQ 5%>
  38.  Access denied to this service.
  39.  <%elif rpcstatus EQ 1062%>
  40.  This service has been stopped.
  41.  <%else%>
  42.  RPC error <%rpcstatus%>
  43.  <%endif%>
  44. <%elif reqstatus EQ 8000%>
  45. One or more of the parameters are incorrect.
  46. <%else%>
  47.  Error encountered : <%reqstatus%>
  48. <%endif%>
  49. <br>
  50. <%label main%>
  51. <a href="/iisadmin/default.htm">Return to main menu</a>
  52. </body></html>